/* 搜索弹窗 */

.search-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #b2b2b2;
    z-index: 9999999;
    overflow-y: scroll;
}

.search-box .search-con {
    position: fixed;
    right: 8%;
    top: 20px;
}

.search-box .search-con input {
    width: 0;
    height: 40px;
    background: #bababa;
    border-radius: 50px;
    border: none;
    padding: 0 50px;
    font-weight: 300;
    transition: all 0.8s;
}

.search-box .search-con.is_act input {
    width: 320px;
    transition: all 0.8s;
}

.search-box .search-con .searchImg {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 24px;
    top: 50%;
    margin-top: -12px;
}

.search-box .search-con .falseImg {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    right: 10px;
    cursor: pointer;
}


/* 搜索 */

.search-box .searchResult .project-con .projectUl {
    display: block !important;
}

.search-box .searchResult .project-con .projectUl li {
    float: left !important;
    width: calc(50% - 20px);
    height: calc(49vw*0.47);
    margin-right: 20px;
    background-color: rgba(0, 0, 0, .6);
}

.searchResult {
    margin-top: 50px;
}

.searchResultTxt {
    color: #ffffff;
    font-size: 38px;
    margin-top: 115px;
    margin-left: 8%;
    margin-bottom: 20px;
    font-weight: bold;
}


/* 底部 */

#footer {
    background: #525359;
    padding: 6% 0 3%;
    margin-top: 40px;
}

#footer .fr {
    width: 65%;
    line-height: inherit;
    margin-top: 5%;
}

#footer .fr .tit {
    font-size: 30px;
    color: white;
    letter-spacing: 5px;
    padding-bottom: 4.5%;
    margin-bottom: 3%;
    border-bottom: 1px solid rgb(225, 225, 225);
}

#footer .fr .tit span {
    font-size: 16px;
    color: #b8b8b8;
    display: inline-block;
}

#footer .fr dl {
    float: left;
    margin-right: 1.5%;
}

#footer .fr dl:last-child {
    margin-right: 0;
}

#footer .fr dt {
    font-size: 16px;
    color: white;
    margin-bottom: 10px;
}

#footer .fr dd a {
    font-size: 16px;
    line-height: 36px;
    color: #999999;
}

#footer .fr p {
    padding-top: 10%;
    border-top: 1px solid #e1e1e1;
    margin-top: 2.5%;
    line-height: 30px;
    color: white;
    float: none;
    margin-left: 0;
    font-size: 12px;
}

#footer .fr nav {
    height: 177px;
    overflow: hidden;
}

#footer .fl {
    width: 30%;
    font-size: 16px;
    color: white;
}

#footer .share {
    margin: 6% 0 13%;
}

#footer .share>div {
    margin-top: 5%;
}

#footer .share a {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid #999999;
    background: url("http://www.beliteceramics.cn/skin/images/weixin.png") no-repeat center;
    margin-right: 12%;
    margin-top: 8%;
    position: relative;
}

#footer .share figure {
    display: none;
    z-index: 100;
    position: absolute;
    bottom: 100%;
    margin-bottom: 10px;
    width: 150px;
    height: 150px;
    left: 50%;
    margin-left: -75px;
}

#footer .share img {
    width: 150px;
    height: 150px;
}

#footer .share .yx {
    background-image: url("http://www.beliteceramics.cn/skin/images/email.png");
}

#footer .share .sina {
    background-image: url("http://www.beliteceramics.cn/skin/images/wb.png");
}

#footer .share .wx {
    background-image: url("http://www.beliteceramics.cn/skin/images/wx.png");
}

#footer .share .xcx {
    background-image: url("http://www.beliteceramics.cn/skin/images/xcx.png");
}

#footer .share .dy {
    background-image: url("http://www.beliteceramics.cn/skin/images/dy.png");
}

#footer .share .xhs {
    background-image: url("http://www.beliteceramics.cn/skin/images/xhs.png");
}

#footer .share .yx:hover {
    background-image: url("http://www.beliteceramics.cn/skin/images/email_p.png");
}

#footer .share .sina:hover {
    background-image: url("http://www.beliteceramics.cn/skin/images/wb_p.png");
}

#footer .share .wx:hover {
    background-image: url("http://www.beliteceramics.cn/skin/images/wx_p.png");
}

#footer .share .xcx:hover {
    background-image: url("http://www.beliteceramics.cn/skin/images/xcx_p.png");
}

#footer .share .dy:hover {
    background-image: url("http://www.beliteceramics.cn/skin/images/dy_p.png");
}

#footer .share .xhs:hover {
    background-image: url("http://www.beliteceramics.cn/skin/images/xhs_p.png");
}

#footer .tel h3 {
    font-size: 43px;
    margin: 3% 0 6%;
}

dd {
    margin-left: 0;
}

@media(max-width:1200px) {
    #footer .fr {
        width: 57%;
    }
    #footer .fl {
        width: 35%;
    }
    #footer .fr dl {
        margin-right: 5%;
    }
}

@media(max-width:1100px) {
    #footer .fr dl {
        margin-right: 3%;
    }
}

@media(max-width:1024px) {
    #footer .fr,
    #footer .fl {
        float: none;
        width: 100%;
        text-align: center;
    }
    #footer .fr .tit,
    #footer .fr nav {
        display: none;
    }
    #footer .share {
        margin: 4% 0 6%;
    }
    #footer .share>div {
        margin-top: 2%;
    }
    #footer .tel h3 {
        margin: 1% 0;
    }
    #footer .share a {
        margin-right: 3%;
        width: 50px;
        height: 50px;
    }
    #footer .fr p {
        padding-top: 3%;
        margin-top: 3%;
    }
}